home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / medical / mendelge.cpt / MendelGenetics / T TEST / card_3874.txt < prev    next >
Text File  |  1989-06-06  |  4KB  |  165 lines

  1. -- card: 3874 from stack: in
  2. -- bmap block id: 4161
  3. -- flags: 0000
  4. -- background id: 2791
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=16 top=296 right=319 bottom=165
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: RETURN TO STAT. ANAL.
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 2929 of stack "STATISTICAL ANALYSIS"
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 00
  30. -- high flags: 0002
  31. -- rect: left=278 top=55 right=75 bottom=361
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 128
  36. -- text size: 9
  37. -- style flags: 0
  38. -- line height: 12
  39. -- part name: sus
  40.  
  41.  
  42. -- part 3 (field)
  43. -- low flags: 00
  44. -- high flags: 0002
  45. -- rect: left=278 top=83 right=103 bottom=361
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 128
  50. -- text size: 9
  51. -- style flags: 0
  52. -- line height: 12
  53. -- part name: nearn
  54.  
  55.  
  56. -- part 4 (field)
  57. -- low flags: 00
  58. -- high flags: 0002
  59. -- rect: left=277 top=118 right=138 bottom=360
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 128
  64. -- text size: 9
  65. -- style flags: 0
  66. -- line height: 12
  67. -- part name: far
  68.  
  69.  
  70. -- part 6 (field)
  71. -- low flags: 00
  72. -- high flags: 0004
  73. -- rect: left=279 top=155 right=175 bottom=362
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 128
  78. -- text size: 10
  79. -- style flags: 256
  80. -- line height: 13
  81. -- part name: qval
  82.  
  83.  
  84. -- part 7 (button)
  85. -- low flags: 00
  86. -- high flags: 8003
  87. -- rect: left=15 top=269 right=291 bottom=115
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: DO TEST
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   global pot
  99.   global hat
  100.   put the value of card field sus - card field nearn into pot
  101.   put the value of card field sus - card field far into hat
  102.   put the value of pot / hat into card field qval
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 8 (button)
  108. -- low flags: 00
  109. -- high flags: 8003
  110. -- rect: left=132 top=269 right=291 bottom=232
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: CLEAR
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   DELETE LINE ONE OF CARD FIELD sus
  122.   DELETE LINE ONE OF CARD FIELD nearn
  123.   DELETE LINE ONE OF CARD FIELD far
  124.   DELETE LINE ONE OF CARD FIELD qval
  125.   get the location of card field sus
  126.   click at it
  127. end mouseUp
  128.  
  129.  
  130.  
  131. -- part 9 (field)
  132. -- low flags: 00
  133. -- high flags: 0004
  134. -- rect: left=13 top=58 right=262 bottom=267
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 0
  138. -- font id: 128
  139. -- text size: 9
  140. -- style flags: 0
  141. -- line height: 12
  142. -- part name: 
  143.  
  144.  
  145. -- part contents for card part 9
  146. ----- text -----
  147. The Q test determines whether or not to reject a single value that might be so far from the rest of the values within a collection of data that its inclusion with them artificially skews the results. Enter your data in the fields at the right and run the test.
  148.  
  149. To be 90% sure that you should reject your suspicious result, discard it if its Q value is greater than the rejection quotient for the number to trials you have made.
  150.  
  151. -- part contents for card part 2
  152. ----- text -----
  153. 10
  154.  
  155. -- part contents for card part 3
  156. ----- text -----
  157. 7
  158.  
  159. -- part contents for card part 6
  160. ----- text -----
  161. 0.5
  162.  
  163. -- part contents for card part 4
  164. ----- text -----
  165. 4